home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / math / graph2d200.lha / Graph2DV2.00 / Functions / Bsp2D.fkt next >
Encoding:
Text File  |  1995-02-04  |  276 b   |  14 lines

  1. Graph2D(V1.00) Funktionsliste
  2. g=9.80665
  3. Fallstrecke(Zeit)=(1/2)*g*Zeit^2
  4. v(t)=sqrt(2*g*s(t))
  5. g(x)=-0.97+cot(x^2)/2
  6. f(x)=sin(x^2)
  7. pi=3.141592654
  8. s(x)=2*cos((2*pi*x)/2)*sin(10*x)
  9.  
  10. Normalparabel(x)=x^2
  11. Polynom(x)=-3*x^4+0.5*x^2+12.34
  12. Summe(a,b)=a+b
  13. Doppel(Zahl)=Summe(Zahl,Zahl)
  14.